|
|
@@ -286,7 +286,7 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
|
|
|
}
|
|
|
}
|
|
|
commonDao.save(releaseProductByBatchs, ReleaseProductByBatch.class);
|
|
|
- releaseProductByBatchDao.callReleaseExistValidProcedure(batch, isAPerson, enUU);
|
|
|
+ releaseProductByBatchDao.callReleaseExistValidProcedure(batch, enUU);
|
|
|
if (isAPerson) {
|
|
|
for (ReleaseProductByBatch releaseProductByBatch : releaseProductByBatchs) {
|
|
|
Long productid = releaseProductByBatch.getProductid();
|