lyhzzz 2 years ago
parent
commit
f773ee3094
2 changed files with 1 additions and 1 deletions
  1. 1 0
      README.md
  2. 0 1
      src/main/java/com/fdkankan/sale/entity/RepairFault.java

+ 1 - 0
README.md

@@ -26,4 +26,5 @@
 5./salePersonnel/addOrUpdatePriceList 维修报价
     request 添加必填参数
         discount        0没折扣,1有折扣
+6.添加状态 91取消维修备件回收
 ~~~~

+ 0 - 1
src/main/java/com/fdkankan/sale/entity/RepairFault.java

@@ -38,7 +38,6 @@ public class RepairFault implements Serializable {
     private Integer faultId;
 
     @TableField("rec_status")
-    @TableLogic(value = "A",delval = "I")
     private String recStatus;
 
     @TableField("create_time")