no message
parent
4ef567a9f3
commit
92d2375841
|
|
@ -99,7 +99,7 @@ l.currentPosition,
|
||||||
where 1=1
|
where 1=1
|
||||||
and ( /~ordersAll: {ordersAll} = true~/ )
|
and ( /~ordersAll: {ordersAll} = true~/ )
|
||||||
and (l.executer=#{SESSION_PLATFORM} or l.contractor=#{SESSION_PLATFORM})
|
and (l.executer=#{SESSION_PLATFORM} or l.contractor=#{SESSION_PLATFORM})
|
||||||
and (#{SESSION_USERS_NAME} = 'admin' or o.updateInfo.operatorName = #{SESSION_USERS_NAME})
|
and (#{SESSION_USERS_NAME} = 'admin' or o.updateInfo.operatorName = #{SESSION_USERS_NAME} or '财务' in (select group.name from Group group,User user where user.name=#{SESSION_USERS_NAME} ) )
|
||||||
/~orders.customerOrderNO: AND upper(l.order.customerOrderNO) like upper({orders.customerOrderNO})~/
|
/~orders.customerOrderNO: AND upper(l.order.customerOrderNO) like upper({orders.customerOrderNO})~/
|
||||||
/~l.ecNo: AND upper(l.ecNo) like upper({l.ecNo})~/
|
/~l.ecNo: AND upper(l.ecNo) like upper({l.ecNo})~/
|
||||||
/~shipment.shipmentDepartment: AND (( shipment.shipmentDepartment ={shipment.shipmentDepartment} )
|
/~shipment.shipmentDepartment: AND (( shipment.shipmentDepartment ={shipment.shipmentDepartment} )
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ or carrier.id in (select detail.subOrg.id from OrganizationDetail detail where d
|
||||||
and shipment.shipmentDepartment='专线'
|
and shipment.shipmentDepartment='专线'
|
||||||
and shipment.isShortBarge=false
|
and shipment.isShortBarge=false
|
||||||
and shipment.platForm= #{SESSION_PLATFORM}
|
and shipment.platForm= #{SESSION_PLATFORM}
|
||||||
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.status!='CANCEL' /~shipment.status: or 'CANCEL' = {shipment.status}~/ )
|
and (shipment.status!='CANCEL' /~shipment.status: or 'CANCEL' = {shipment.status}~/ )
|
||||||
/~shipment.code: AND shipment.code like upper({shipment.code})~/
|
/~shipment.code: AND shipment.code like upper({shipment.code})~/
|
||||||
/~shipment.status: AND shipment.status = {shipment.status}~/
|
/~shipment.status: AND shipment.status = {shipment.status}~/
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ l.currentPosition,
|
||||||
where 1=1
|
where 1=1
|
||||||
and ( /~ordersAll: {ordersAll} = true~/ )
|
and ( /~ordersAll: {ordersAll} = true~/ )
|
||||||
and (l.executer=#{SESSION_PLATFORM} or l.contractor=#{SESSION_PLATFORM})
|
and (l.executer=#{SESSION_PLATFORM} or l.contractor=#{SESSION_PLATFORM})
|
||||||
and (#{SESSION_USERS_NAME} = 'admin' or o.updateInfo.operatorName = #{SESSION_USERS_NAME})
|
and (#{SESSION_USERS_NAME} = 'admin' or o.updateInfo.operatorName = #{SESSION_USERS_NAME} or '财务' in (select group.name from Group group,User user where user.name=#{SESSION_USERS_NAME} ) )
|
||||||
/~orders.customerOrderNO: AND upper(l.order.customerOrderNO) like upper({orders.customerOrderNO})~/
|
/~orders.customerOrderNO: AND upper(l.order.customerOrderNO) like upper({orders.customerOrderNO})~/
|
||||||
/~l.ecNo: AND upper(l.ecNo) like upper({l.ecNo})~/
|
/~l.ecNo: AND upper(l.ecNo) like upper({l.ecNo})~/
|
||||||
/~shipment.shipmentDepartment: AND (( shipment.shipmentDepartment ={shipment.shipmentDepartment} )
|
/~shipment.shipmentDepartment: AND (( shipment.shipmentDepartment ={shipment.shipmentDepartment} )
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ or carrier.id in (select detail.subOrg.id from OrganizationDetail detail where d
|
||||||
and shipment.shipmentDepartment='专线'
|
and shipment.shipmentDepartment='专线'
|
||||||
and shipment.isShortBarge=false
|
and shipment.isShortBarge=false
|
||||||
and shipment.platForm= #{SESSION_PLATFORM}
|
and shipment.platForm= #{SESSION_PLATFORM}
|
||||||
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.status!='CANCEL' /~shipment.status: or 'CANCEL' = {shipment.status}~/ )
|
and (shipment.status!='CANCEL' /~shipment.status: or 'CANCEL' = {shipment.status}~/ )
|
||||||
/~shipment.code: AND shipment.code like upper({shipment.code})~/
|
/~shipment.code: AND shipment.code like upper({shipment.code})~/
|
||||||
/~shipment.status: AND shipment.status = {shipment.status}~/
|
/~shipment.status: AND shipment.status = {shipment.status}~/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue