Commit 025d5306 by huangZW

111

parent 83c1835a
......@@ -425,7 +425,7 @@
and audit_type = 3
and audit_status = 0
and enterprise_id = #{enterpriseId,jdbcType=VARCHAR}
and (related_Id = #{clerkCode} or old_value like contact ('%',#{phoneNumber},'%'))
and (related_Id = #{clerkCode} or old_value like concat ('%',#{phoneNumber},'%'))
</select>
</mapper>
\ No newline at end of file
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