Commit 508c302a by jianan

客户告知书21

parent 8f3237af
......@@ -4,6 +4,7 @@ import lombok.Data;
@Data
public class QueryInformedSheetListRequestVO {
private Long id;
private Long practitionerId;
private String customerName;
private String customerMobile;
......
......@@ -251,6 +251,9 @@
<if test="signDate != null">
and t.sign_date = #{signDate,jdbcType=VARCHAR}
</if>
<if test="id != null">
and t.id = #{id,jdbcType=BIGINT}
</if>
</select>
<select id="getNextInformedNo" resultType="java.lang.String" statementType="CALLABLE">
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