병합용 중간저장.
parent
be8083a724
commit
f17d39a1ef
|
|
@ -30,7 +30,7 @@ public class KwmsService {
|
|||
UserInfo userInfo = new UserInfo();
|
||||
userInfo.setDicCode(empInfo.getDicCode());
|
||||
userInfo.setUserNm(empInfo.getEmpNm());
|
||||
userInfo.setSex(empInfo.getSex().strip());
|
||||
userInfo.setSex(empInfo.getSex().strip().equals("F")?"SEX001":"SEX002");
|
||||
String[] positionAry = empInfo.getCallBuseoNm().split(" ");
|
||||
userInfo.setOgCd(codeMgtService.searchCode("OG", positionAry[0]));
|
||||
if (positionAry.length>1){
|
||||
|
|
|
|||
|
|
@ -43,6 +43,29 @@ public class CrackdownStatus extends CrackdownStatusBaseEntity {
|
|||
|
||||
@Transient
|
||||
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
|
||||
private Integer restrictionCaptin;
|
||||
|
|
|
|||
Loading…
Reference in New Issue