no message

main
HUOJIN\92525 2025-04-21 15:00:26 +08:00
parent 5a37fe73aa
commit 0b74f77e79
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ or carrier.id in (select detail.subOrg.id from OrganizationDetail detail where d
WHERE 1=1 WHERE 1=1
and shipment.platForm=#{SESSION_PLATFORM} and shipment.platForm=#{SESSION_PLATFORM}
and shipment.status!='CANCEL' and shipment.status!='CANCEL'
and (#{SESSION_USERS_NAME} = 'admin' or shipment.operator = #{SESSION_USERS_NAME}) and (#{SESSION_USERS_NAME} = 'admin' or shipment.operator = #{SESSION_USERS_NAME} or '财务' in (select group.name from Group group,User user where user.name=#{SESSION_USERS_NAME} ) )
and ((/~shipment.operatorDate :{shipment.operatorDate} ~/=shipment.operatorDate) or ( /~ordersAll: {ordersAll} = true~/ )) and ((/~shipment.operatorDate :{shipment.operatorDate} ~/=shipment.operatorDate) or ( /~ordersAll: {ordersAll} = true~/ ))
/~shipment.code: AND shipment.code like upper({shipment.code})~/ /~shipment.code: AND shipment.code like upper({shipment.code})~/
/~shipment.transportType: AND shipment.transportType = {shipment.transportType}~/ /~shipment.transportType: AND shipment.transportType = {shipment.transportType}~/