Commit 5a317c75 authored by H2T's avatar H2T

人员管理新增接口

parent 42f77234
......@@ -83,4 +83,7 @@ public class TzsUserInfoDto extends BaseDto {
@ApiModelProperty(value = "设备绑定状态")
private String state;
@ApiModelProperty(value = "任命文件")
private String appointDoc;
}
......@@ -88,6 +88,7 @@ public class TzsUserInfoController extends BaseController {
}
tzsUserInfo.setUnitName(companyModel.getCompanyName());
tzsUserInfo.setUnitCode(companyModel.getCompanyCode());
tzsUserInfo.setAppointDoc(tzsUserInfo.getAppointDoc());
tzsUserInfo.setRecDate(new Date());
// Map<String, Object> qualificationsInfo = (Map<String, Object>)map.get("qualificationsInfo");
// Object subForm = qualificationsInfo.get("subForm");
......
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