Commit 431cf46a by jianan

电子报聘审批通知6

parent be4a466d
...@@ -69,6 +69,11 @@ public class PractitionerHiringBasicInfo { ...@@ -69,6 +69,11 @@ public class PractitionerHiringBasicInfo {
private String wechatId; private String wechatId;
/** /**
* 从业人员微信二维码
*/
private String wechatQRcodeOssPath;
/**
* email地址 * email地址
*/ */
private String email; private String email;
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<result column="cityName" jdbcType="VARCHAR" property="cityName"/> <result column="cityName" jdbcType="VARCHAR" property="cityName"/>
<result column="residentAddress" jdbcType="VARCHAR" property="residentAddress"/> <result column="residentAddress" jdbcType="VARCHAR" property="residentAddress"/>
<result column="wechatId" jdbcType="VARCHAR" property="wechatId"/> <result column="wechatId" jdbcType="VARCHAR" property="wechatId"/>
<result column="wechatQRcodeOssPath" jdbcType="VARCHAR" property="wechatQRcodeOssPath"/>
<result column="email" jdbcType="VARCHAR" property="email"/> <result column="email" jdbcType="VARCHAR" property="email"/>
<result column="personerPictureOssPath" jdbcType="VARCHAR" property="personerPictureOssPath"/> <result column="personerPictureOssPath" jdbcType="VARCHAR" property="personerPictureOssPath"/>
<result column="idFrontPageOssPath" jdbcType="VARCHAR" property="idFrontPageOssPath"/> <result column="idFrontPageOssPath" jdbcType="VARCHAR" property="idFrontPageOssPath"/>
...@@ -41,6 +42,7 @@ ...@@ -41,6 +42,7 @@
b.city_name cityName, b.city_name cityName,
b.resident_address residentAddress, b.resident_address residentAddress,
b.wechat_id wechatId, b.wechat_id wechatId,
b.wechat_QRcode_oss_path wechatQRcodeOssPath,
b.email email, b.email email,
b.personer_picture_oss_path personerPictureOssPath, b.personer_picture_oss_path personerPictureOssPath,
b.id_front_page_oss_path idFrontPageOssPath, b.id_front_page_oss_path idFrontPageOssPath,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment