Parcourir la source

发货单状态改为小写

hu il y a 3 ans
Parent
commit
6ed602ef40

+ 1 - 1
src/custom/restcontroller/webmanage/sale/dispatch/SQL/发货单列表查询.sql

@@ -14,7 +14,7 @@ SELECT t1.billno,
        t5.address,
        t1.remarks,
        t1.freightstatus,
-       t1.STATUS,
+       t1.status,
        t1.createby,
        t1.createdate,
        t1.checkby,