Przeglądaj źródła

用户信息新增字段

LiFei 5 lat temu
rodzic
commit
7cad927ebb

+ 3 - 0
happy-boot-module-powerjob/src/main/java/org/jeecg/modules/hlguser/entity/HlgUser.java

@@ -52,6 +52,9 @@ public class HlgUser implements Serializable {
 	/**更新者*/
 	private String updateBy;
 
+	/**最新支付企业*/
+	private String lastPaymentCompany;
+
 	@TableField(exist = false)
 	private Integer idcardPictureType;  //(1:未上传  2:已上传) 用于查询
 

+ 2 - 1
happy-boot-module-powerjob/src/main/java/org/jeecg/modules/hlguser/mapper/xml/HlgUserMapper.xml

@@ -12,7 +12,8 @@
 		a.create_time AS "createTime",
 		a.create_by AS "createBy.id",
 		a.update_time AS "updateTime",
-		a.update_by AS "updateBy.id"
+		a.update_by AS "updateBy.id",
+		a.last_payment_company as "a.lastPaymentCompany"
 	</sql>
 
     <sql id="hlgUserJoins">