Browse Source

预托书根据ID查询调整

zengtx 2 years ago
parent
commit
ec571f3cc5

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/letterDeposit/mapper/xml/SyLetterDepositMapper.xml

@@ -97,7 +97,7 @@ total_gross_weight as totalGrossWeight,total_net_weight as totalNetWeight,total_
 container_code as containerCode,container_number as containerNumber,unit_price as unitPrice,total_price as totalPrice,
 hod
          from sy_letter_deposit_item
-         where del_flag = 0 group by letter_groupid
+         where del_flag = 0 and sy_letter_deposit_id = #{syId} group by letter_groupid
 
 
     </select>