Commit 90679b25 authored by fangxinjiang's avatar fangxinjiang

自动化办理调整 2024-04-17

parent fff55881
...@@ -312,7 +312,7 @@ public class TAutoPaymentDetailServiceImpl extends ServiceImpl<TAutoPaymentDetai ...@@ -312,7 +312,7 @@ public class TAutoPaymentDetailServiceImpl extends ServiceImpl<TAutoPaymentDetai
if (Common.isNotNull(details)){ if (Common.isNotNull(details)){
updateList = new ArrayList<>(); updateList = new ArrayList<>();
for (TAutoPaymentDetail detail:details){ for (TAutoPaymentDetail detail:details){
detail.setRepeatHandleFlag("0"); detail.setRepeatHandleFlag(excel.getRepeatHandleFlag());
updateList.add(detail); updateList.add(detail);
} }
if (Common.isNotNull(updateList)){ if (Common.isNotNull(updateList)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment