Browse Source

更新版本

master
学 赵 1 year ago
parent
commit
c640055f38
  1. 4
      code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/PendingDeductionService.cs

4
code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/PendingDeductionService.cs

@ -102,9 +102,7 @@ public class PendingDeductionService : ApplicationService, ITransientDependency,
public void Sync<T>(List<T> p_ls, EnumDeliverBjBmpBillType bussinessType, bool flag=true) where T : PD_BASE,new()
{
"CC001"
"CC171"
"CC004"
var query = from itm in p_ls
select new VmiLog()

Loading…
Cancel
Save