Compare commits
No commits in common. "b9adba7cbc617a3e8b6187a3e46d6cace9e0b1d4" and "10b6c23c85baeb5414419714046ddbe043962c17" have entirely different histories.
b9adba7cbc
...
10b6c23c85
@ -1595,9 +1595,6 @@
|
||||
ON O.SALE_STORE_ID = S.SALE_STORE_ID
|
||||
INNER JOIN T_PLAN P WITH (NOLOCK)
|
||||
ON O.OBJECT_NO = P.OBJECT_NO
|
||||
INNER JOIN T_PLAN_INFO PI WITH (NOLOCK)
|
||||
ON P.OBJECT_NO = PI.OBJECT_NO
|
||||
AND P.PLAN_NO = PI.PLAN_NO
|
||||
<if test='saleStoreId != null and saleStoreId != "T01"'>
|
||||
INNER JOIN SALES_STORE_CTE T
|
||||
ON S.SALE_STORE_ID = T.SALE_STORE_ID
|
||||
@ -1607,7 +1604,6 @@
|
||||
WHERE OI.SOURCE_ORIGIN = 'QCAST_III'
|
||||
AND (OI.ORG_DEL_FLG = '0' AND OI.TEMP_FLG = '0')
|
||||
AND P.DEL_FLG = '0'
|
||||
AND PI.DOC_NO IS NOT NULL
|
||||
<if test='schObjectNo != null and schObjectNo != ""'>
|
||||
AND O.OBJECT_NO LIKE '%' + #{schObjectNo} + '%'
|
||||
</if>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user