|
@@ -269,7 +269,7 @@ public class YongyouServiceImpl implements YongyouService {
|
|
|
otherOutMain.setCvouchtype("09");
|
|
|
otherOutMain.setCbustype("其他出库");
|
|
|
otherOutMain.setCwhcode(outStoreFormVO.getStoreId());
|
|
|
- otherOutMain.setDdate(DateUtils.dateToString(LocalDateTime.now()));
|
|
|
+ otherOutMain.setDdate(DateUtils.dateToString(outStoreFormVO.getUserTime(), DateUtils.PATTERN_YMD_HMS));
|
|
|
otherOutMain.setVt_id("85");
|
|
|
otherOutMain.setBisstqc(false);
|
|
|
otherOutMain.setCcode("0000000006");
|