加保护
This commit is contained in:
parent
ef283145e0
commit
c2bfd254bb
|
|
@ -56,6 +56,7 @@ public class InventoryAndWarehousingServiceImpl implements InventoryAndWarehousi
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public String genderBackCode() {
|
public String genderBackCode() {
|
||||||
|
log.info("enter method genderBackCode");
|
||||||
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMdd");
|
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMdd");
|
||||||
Date nowDate = DateUtils.getNowDate();
|
Date nowDate = DateUtils.getNowDate();
|
||||||
String format = dateFormat.format(nowDate);
|
String format = dateFormat.format(nowDate);
|
||||||
|
|
@ -68,6 +69,7 @@ public class InventoryAndWarehousingServiceImpl implements InventoryAndWarehousi
|
||||||
} else {
|
} else {
|
||||||
code = "PD" + format + "-000" + taskNum;
|
code = "PD" + format + "-000" + taskNum;
|
||||||
}
|
}
|
||||||
|
log.info("end method genderBackCode" + code);
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue