Browse Source

运营人员列表修改

yangzian 3 năm trước cách đây
mục cha
commit
5e254df609

+ 1 - 1
jeecg-boot-finance/src/main/java/org/jeecg/ctop/finance/policy/mapper/xml/CwjsPolicyInfoMapper.xml

@@ -97,7 +97,7 @@
           AND t2.role_id = t3.id
           AND t1.STATUS = 1
           AND t1.del_flag = 0
-          AND t3.role_code LIKE '%peration%'
+          AND t3.role_name LIKE '%运营%'
 
     </select>
 

+ 2 - 2
jeecg-boot-finance/src/main/java/org/jeecg/ctop/finance/settlement/entity/pojo/ctopCwjsSettlementFileInfo.java

@@ -16,7 +16,7 @@ import java.util.List;
  **/
 
 @Data
-public class ctopCwjsSettlementFileInfo implements Serializable {
+public class CtopCwjsSettlementFileInfo implements Serializable {
 
     @TableId(type = IdType.AUTO)
     /**
@@ -107,6 +107,6 @@ public class ctopCwjsSettlementFileInfo implements Serializable {
     private Date updateTime;
 
     @TableField(exist = false)
-    private List<ctopCwjsSettlementFileInfo> settlementList;
+    private List<CtopCwjsSettlementFileInfo> settlementList;
 
 }

+ 1 - 1
jeecg-boot-finance/src/main/java/org/jeecg/ctop/finance/settlement/entity/pojo/ctopCwjsSettlementInfo.java

@@ -17,7 +17,7 @@ import java.util.Set;
  **/
 
 @Data
-public class ctopCwjsSettlementInfo implements Serializable {
+public class CtopCwjsSettlementInfo implements Serializable {
 
     @TableId(type = IdType.AUTO)
     /**