service/src/main/resources/mapper/cwgl/EstimatedReceivableMapper.xml
@@ -191,6 +191,14 @@ where id = #{item.id} </foreach> </update> <update id="updateEstimatedReceivableBillStatus"> UPDATE estimated_receivable SET related_bill_status = #{status} WHERE dispatch_no IN <foreach item="item" collection="list" open="(" separator="," close=")"> #{item} </foreach> </update> <!--删除--> <delete id="deleteEstimatedReceivableById" parameterType="Integer">