demand: 寄件运单查询无法根据寄件网点查询bug修复,非总部网点提示无权限bug修复

committer: heyu
This commit is contained in:
aike 2025-07-19 10:15:54 +08:00
parent bfa34ed61c
commit faf538bfd3
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ public class EmisTransProductController extends EmisBaseController
/** /**
* 查询运输产品类型列表 * 查询运输产品类型列表
*/ */
@PreAuthorize("@ss.hasPermi('emis:emisTransProduct:list')") // @PreAuthorize("@ss.hasPermi('emis:emisTransProduct:list')")
@GetMapping("/list") @GetMapping("/list")
public TableDataInfo list(EmisTransProduct emisTransProduct) public TableDataInfo list(EmisTransProduct emisTransProduct)
{ {

View File

@ -1300,7 +1300,7 @@
<if test="paymentRemark != null and paymentRemark != ''"> and payment_remark like concat('%', #{paymentRemark}, '%')</if> <if test="paymentRemark != null and paymentRemark != ''"> and payment_remark like concat('%', #{paymentRemark}, '%')</if>
<if test="orderRemark != null and orderRemark != ''"> and order_remark like concat('%', #{orderRemark}, '%')</if> <if test="orderRemark != null and orderRemark != ''"> and order_remark like concat('%', #{orderRemark}, '%')</if>
<if test="sendSiteCode != null and sendSiteCode != ''">and (a.send_site_code=#{params.privSiteCode} or a.start_site_code=#{params.privSiteCode}) <if test="sendSiteCode != null and sendSiteCode != ''">and (a.send_site_code=#{sendSiteCode} or a.start_site_code=#{sendSiteCode})
</if> </if>
<if test="remark != null and remark != ''"> and a.remark like concat('%', #{remark}, '%')</if> <if test="remark != null and remark != ''"> and a.remark like concat('%', #{remark}, '%')</if>