|
|
@@ -220,7 +220,6 @@ public class SaleServiceImpl implements SaleService{
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- @Transactional
|
|
|
public DocBaseDTO audit(SaleFormDTO formData) {
|
|
|
Long id = null;
|
|
|
DocBaseDTO baseDTO = null;
|
|
|
@@ -235,6 +234,7 @@ public class SaleServiceImpl implements SaleService{
|
|
|
return baseDTO;
|
|
|
}
|
|
|
|
|
|
+ @Transactional
|
|
|
private void singleAudit(Long id) {
|
|
|
/*Sale sale = new Sale();
|
|
|
//生成更新对象
|