Commit 0acc1672 by 王军业

321525622

1 parent a6b98b0a
...@@ -212,7 +212,7 @@ public class ContractServiceImpl implements ContractService { ...@@ -212,7 +212,7 @@ public class ContractServiceImpl implements ContractService {
List<ContractVo> list = contractMapper.selectByCondition(selectVo); List<ContractVo> list = contractMapper.selectByCondition(selectVo);
if(list!=null) { if(list!=null) {
for (ContractVo contractVo : list) { for (ContractVo contractVo : list) {
contractVo.setPaymentAgree_list(paymentAgreeMapper.queryPaymentAgree(contractVo.getContract_unid())); //contractVo.setPaymentAgree_list(paymentAgreeMapper.queryPaymentAgree(contractVo.getContract_unid()));
if(list_data != null && list_data.size() > 0) { if(list_data != null && list_data.size() > 0) {
for(Map _map:list_data) { for(Map _map:list_data) {
if (contractVo.getSalesperson_unid().equals(_map.get("user_unid"))) { if (contractVo.getSalesperson_unid().equals(_map.get("user_unid"))) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!