Sfoglia il codice sorgente

新增isimport字段判断身份证照片和合同来自哪一个项目

LiFei 5 anni fa
parent
commit
4ce3efdc65

+ 3 - 1
happy-boot-module-powerjob/src/main/java/org/jeecg/modules/hlgpayment/entity/HlgPaymentDetailStatistics.java

@@ -100,5 +100,7 @@ public class HlgPaymentDetailStatistics implements Serializable {
     @TableField(exist = false)
     private Integer systemType;  //1:来自慧灵工系统 2:来自开心灵工系统
 
-    private Integer isImport; //是否导入(0:否 1:是)
+    private Integer isImport; //是否导入图片(0:否 1:是)
+
+    private Integer isImportWorkContract; //是否导入合同(0:否 1:是)
 }

+ 2 - 0
happy-boot-module-powerjob/src/main/java/org/jeecg/modules/hlgpayment/mapper/xml/HlgPaymentDetailMapper.xml

@@ -83,6 +83,7 @@
 		hus.subcontract as "workContract",
 		hu.idcard_picture as "idcardPicture",
 		hu.is_import as "isImport",
+		hus.is_import as "isImportWorkContract",
 		a.phone as "phone",
 		1 as "systemType"
 		FROM hlg_payment_detail a
@@ -121,6 +122,7 @@
 		o.work_contract as "workContract",
 		CONCAT(ifnull(hu.idcard_front,''),',',ifnull(hu.idcard_back,'')) as "idcardPicture",
 		1 as "isImport",
+		1 as "isImportWorkContract",
 		hu.phone as "phone",
 		2 as "systemType"
 		FROM hw_payment_detail a