|
@ -167,7 +167,7 @@ |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="selectByManSid" resultType="com.yxt.anrui.base.api.basemanufacturerbank.BaseManufacturerBank"> |
|
|
<select id="selectByManSid" resultType="com.yxt.anrui.base.api.basemanufacturerbank.BaseManufacturerBank"> |
|
|
select * from base_manufacturer_bank where manufacturerSid = #{sid} |
|
|
select * from base_manufacturer_bank where manufacturerSid = #{sid} AND isDelete = 0 |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<update id="updateBySidIsDeletes"> |
|
|
<update id="updateBySidIsDeletes"> |
|
|