|
@@ -225,7 +225,15 @@
|
|
|
</if>
|
|
</if>
|
|
|
</select>
|
|
</select>
|
|
|
<select id="getMaterialTypeByLike" resultType="java.util.Map">
|
|
<select id="getMaterialTypeByLike" resultType="java.util.Map">
|
|
|
- select * from(
|
|
|
|
|
|
|
+ select distinct "operationsNameId",
|
|
|
|
|
+ "operationsName",
|
|
|
|
|
+ "id",
|
|
|
|
|
+ "value",
|
|
|
|
|
+ "label",
|
|
|
|
|
+ "text",
|
|
|
|
|
+ "remark",
|
|
|
|
|
+ "prop"
|
|
|
|
|
+ from(
|
|
|
select * from(
|
|
select * from(
|
|
|
select
|
|
select
|
|
|
t.MATERIAL_TYPE_ID "operationsNameId",
|
|
t.MATERIAL_TYPE_ID "operationsNameId",
|
|
@@ -885,7 +893,20 @@
|
|
|
FETCH NEXT 10 ROWS ONLY
|
|
FETCH NEXT 10 ROWS ONLY
|
|
|
</select>
|
|
</select>
|
|
|
<select id="getTransRangeByLike" resultType="java.util.Map">
|
|
<select id="getTransRangeByLike" resultType="java.util.Map">
|
|
|
- select * from(
|
|
|
|
|
|
|
+ select distinct
|
|
|
|
|
+ "transrangeId",
|
|
|
|
|
+ "transrangeName",
|
|
|
|
|
+ "operationRangeId",
|
|
|
|
|
+ "operationRangeName",
|
|
|
|
|
+ "id",
|
|
|
|
|
+ "value",
|
|
|
|
|
+ "label",
|
|
|
|
|
+ "text",
|
|
|
|
|
+ "shippingPointId",
|
|
|
|
|
+ "receivingPointId",
|
|
|
|
|
+ "lineId",
|
|
|
|
|
+ "prop"
|
|
|
|
|
+ from(
|
|
|
select
|
|
select
|
|
|
RC.TRANS_RANGE_ID "transrangeId",
|
|
RC.TRANS_RANGE_ID "transrangeId",
|
|
|
RC.TRANS_RANGE_NAME "transrangeName",
|
|
RC.TRANS_RANGE_NAME "transrangeName",
|