mdf:仓库变动数改三位

This commit is contained in:
zhangzhiqiang
2023-01-10 14:42:33 +08:00
parent 6d7ba328f1
commit 53f3256254

View File

@@ -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 +