|
|
@ -224,6 +224,7 @@ public class ScmApplyInboundService extends MybatisBaseService<ScmApplyInboundMa |
|
|
|
} else { |
|
|
|
inboundVehicle.setOrgPriceDate(DateUtil.formatDate(new Date())); |
|
|
|
}*/ |
|
|
|
inboundVehicle.setOrgPriceDate(""); |
|
|
|
save(inboundVehicle); |
|
|
|
String num = dto.getNum(); |
|
|
|
if (StringUtils.isNotBlank(num) && StringUtils.isNumeric(num)) { |
|
|
|