#
luxiaotao1123
2021-03-04 16fea9a478c5c0f0c38a84b476083c8473f90eb8
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>