no message
parent
5a37fe73aa
commit
0b74f77e79
|
|
@ -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}~/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue