update 无来源标签打印,解决点击新增按钮报错
This commit is contained in:
parent
1699c92edf
commit
8c3c1512c0
@ -279,7 +279,8 @@ public class MaterialPackingServiceImpl extends
|
||||
}
|
||||
else
|
||||
{
|
||||
Date endTime=sDateFormat.parse(makeDate);
|
||||
//Date endTime=sDateFormat.parse(makeDate);
|
||||
Date endTime = sourceFormat.parse(makeDate);
|
||||
Calendar rightNow = Calendar.getInstance();
|
||||
rightNow.setTime(endTime);
|
||||
rightNow.add(Calendar.MONTH, 48);
|
||||
|
Loading…
x
Reference in New Issue
Block a user