Sfoglia il codice sorgente

熏蒸方案记录 状态判断sql

zlq 4 anni fa
parent
commit
f8b4a96249

+ 6 - 6
depot-intelligent/src/main/java/com/chinaitop/depot/intelligent/fumigation/mapper/TFumigationPlanMapper.xml

@@ -680,17 +680,17 @@
680 680
     (
681 681
     CASE plan.state
682 682
     WHEN '0' THEN
683
-    '审批驳回'
683
+    '待提交'
684 684
     WHEN '1' THEN
685
-    '未提交'
686
-    WHEN '2' THEN
687 685
     '待审批'
686
+    WHEN '2' THEN
687
+    '审批驳回'
688 688
     WHEN '3' THEN
689
-    '审批中'
689
+    '审批拒绝'
690 690
     WHEN '4' THEN
691
-    '审批通过'
691
+    '通过'
692 692
     WHEN '5' THEN
693
-    '作业过程'
693
+    '作业'
694 694
     WHEN '6' THEN
695 695
     '作业结束'
696 696
     ELSE