|
|
@@ -302,7 +302,8 @@ public class ProdInOutServiceImpl extends CommonBaseServiceImpl<ProdInOutMapper,
|
|
|
singleUnAudit(prodInOutDTO);
|
|
|
}
|
|
|
|
|
|
- private void singleUnAudit(ProdInOutDTO prodInOutDTO) {
|
|
|
+ @Transactional
|
|
|
+ public void singleUnAudit(ProdInOutDTO prodInOutDTO) {
|
|
|
String pi_class = prodInOutDTO.getPi_class();
|
|
|
String pi_inoutno = prodInOutDTO.getPi_inoutno();
|
|
|
String pi_statuscode = prodInOutDTO.getPi_statuscode();
|