Commit 508c302a by jianan

客户告知书21

parent 8f3237af
...@@ -4,6 +4,7 @@ import lombok.Data; ...@@ -4,6 +4,7 @@ import lombok.Data;
@Data @Data
public class QueryInformedSheetListRequestVO { public class QueryInformedSheetListRequestVO {
private Long id;
private Long practitionerId; private Long practitionerId;
private String customerName; private String customerName;
private String customerMobile; private String customerMobile;
......
...@@ -251,6 +251,9 @@ ...@@ -251,6 +251,9 @@
<if test="signDate != null"> <if test="signDate != null">
and t.sign_date = #{signDate,jdbcType=VARCHAR} and t.sign_date = #{signDate,jdbcType=VARCHAR}
</if> </if>
<if test="id != null">
and t.id = #{id,jdbcType=BIGINT}
</if>
</select> </select>
<select id="getNextInformedNo" resultType="java.lang.String" statementType="CALLABLE"> <select id="getNextInformedNo" resultType="java.lang.String" statementType="CALLABLE">
select f_getNextInformedNo() select f_getNextInformedNo()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment