Commit f5b4c3f7 authored by 季圣华's avatar 季圣华
Browse files

解决账户逻辑删除的bug

parent f7cab6f2
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
<bind name="bindSerialNo" value="'%'+serialNo+'%'"/> <bind name="bindSerialNo" value="'%'+serialNo+'%'"/>
and serial_no like #{bindSerialNo} and serial_no like #{bindSerialNo}
</if> </if>
and ifnull(delete_flag,'0') !='1'
</select> </select>
<select id="selectByConditionAccount" parameterType="com.jsh.erp.datasource.entities.AccountExample" resultMap="ResultListMap"> <select id="selectByConditionAccount" parameterType="com.jsh.erp.datasource.entities.AccountExample" resultMap="ResultListMap">
......
Supports Markdown
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