sen
2025-08-15 47b04430376f2498e8ddd9eb77ebea1be4ec8f21
service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml
@@ -278,6 +278,12 @@
        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">