#
luxiaotao1123
2021-03-05 a01a9442cb2d199bef04b6189b15864099ea63a7
src/main/resources/mapper/CustOrderMapper.xml
@@ -19,8 +19,8 @@
    </resultMap>
    <update id="completeLoading">
        update man_cust_order set status = 1 where 1=1 and number = #{number}
    <update id="updateStatus">
        update man_cust_order set status = #{status} where 1=1 and number = #{number}
    </update>
</mapper>