병합용 중간저장.

강석 최 2022-11-09 17:57:23 +09:00
parent be8083a724
commit f17d39a1ef
2 changed files with 24 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class KwmsService {
UserInfo userInfo = new UserInfo(); UserInfo userInfo = new UserInfo();
userInfo.setDicCode(empInfo.getDicCode()); userInfo.setDicCode(empInfo.getDicCode());
userInfo.setUserNm(empInfo.getEmpNm()); userInfo.setUserNm(empInfo.getEmpNm());
userInfo.setSex(empInfo.getSex().strip()); userInfo.setSex(empInfo.getSex().strip().equals("F")?"SEX001":"SEX002");
String[] positionAry = empInfo.getCallBuseoNm().split(" "); String[] positionAry = empInfo.getCallBuseoNm().split(" ");
userInfo.setOgCd(codeMgtService.searchCode("OG", positionAry[0])); userInfo.setOgCd(codeMgtService.searchCode("OG", positionAry[0]));
if (positionAry.length>1){ if (positionAry.length>1){

View File

@ -43,6 +43,29 @@ public class CrackdownStatus extends CrackdownStatusBaseEntity {
@Transient @Transient
private Integer fbKey; private Integer fbKey;
@Transient
private String boatNameKr;
@Transient
private String fisheryType;
@Transient
private String boatNnySung;
@Transient
private String boatMaterial;
@Transient
private String boatNnySi;
@Transient
private Integer tonCnt;
@Transient
private String boat_material;
@Transient
private String violationStr;
@Transient
private String sailorNameKr;
@Transient
private String processStatus;
@Transient @Transient
private Integer restrictionCaptin; private Integer restrictionCaptin;