#
luxiaotao1123
2021-03-06 7b2f457805eeb4d16c8e92dffae419665f81db02
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>