mdf:仓库变动数改三位
This commit is contained in:
@@ -205,6 +205,7 @@ public class StorPublicServiceImpl implements StorPublicService {
|
||||
if (change_qty <= 0) {
|
||||
throw new BadRequestException("变动数异常,请检查");
|
||||
}
|
||||
change_qty = new BigDecimal(change_qty).setScale(3, RoundingMode.HALF_UP).doubleValue();
|
||||
/*"struct_id = '" + struct_id_In +
|
||||
"' and material_id = '" + material_id_In +
|
||||
"' and pcsn = '" + pcsn_In +
|
||||
|
||||
Reference in New Issue
Block a user