| | |
| | | SELECT dispatch_no from pending_settlement_business where bill_id = #{id} |
| | | |
| | | </select> |
| | | <select id="selectPendingSettlementBusinessByNo" |
| | | resultMap="PendingSettlementBusinessResult"> |
| | | <include refid="selectPendingSettlementBusinessVo"/> |
| | | where dispatch_no = #{dispatchNo} |
| | | |
| | | </select> |
| | | |
| | | <!-- 新增 --> |
| | | <insert id="insertPendingSettlementBusiness" parameterType="com.ruoyi.cwgl.domain.PendingSettlementBusiness" useGeneratedKeys="true" keyProperty="id"> |
| | |
| | | </foreach> |
| | | </delete> |
| | | <delete id="cancelRelevancy"> |
| | | UPDATE pending_settlement_business set bill_id = null ,bill_name = null |
| | | UPDATE pending_settlement_business set bill_id = null ,bill_name = null,is_create = 0 |
| | | where id = #{id} |
| | | </delete> |
| | | |