审核修改

cert
schry 2 years ago
parent 66cc1ee520
commit dc421b6888

@ -35,6 +35,9 @@
resultType="com.glxp.api.entity.sup.UserCertEntity"> resultType="com.glxp.api.entity.sup.UserCertEntity">
select * from user_cert select * from user_cert
<where> <where>
<if test="businessId != '' and businessId!=null">
and businessId = #{businessId}
</if>
<if test="customerId != '' and customerId!=null"> <if test="customerId != '' and customerId!=null">
and customerId = #{customerId} and customerId = #{customerId}
</if> </if>

Loading…
Cancel
Save