移动破修改
This commit is contained in:
parent
25df92278a
commit
2166a0a33f
|
|
@ -138,7 +138,7 @@ public class OptionalEbomImportChildService extends ServiceImpl<OptionalEbomImpo
|
|||
bizErr=item.getMaterialName();
|
||||
}
|
||||
|
||||
throw new NflgBusinessException(STATE.BusinessError, "存在相同的数据, "+bizErr);
|
||||
throw new NflgBusinessException(STATE.BusinessError, "存在相同物料, "+bizErr);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
|
||||
<if test="query.startDate!= null and query.startDate!= '' and query.endDate != null and query.endDate!= '' ">
|
||||
<![CDATA[and created_time >= #{query.startDate} and created_time < #{query.endDate} ]]>
|
||||
<![CDATA[and created_time >= #{query.startDate} and created_time <= #{query.endDate} ]]>
|
||||
</if>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ row_id,parent_row_id,root_row_id,material_no,material_name,material_desc,drawing
|
|||
|
||||
|
||||
<if test="query.startDate != null and query.startDate != '' and query.endDate != null and query.endDate != ''">
|
||||
<![CDATA[ and created_time >= #{query.startDate} and created_time < #{query.endDate}]]>
|
||||
<![CDATA[ and created_time >= #{query.startDate} and created_time <= #{query.endDate}]]>
|
||||
</if>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
</if>
|
||||
|
||||
<if test="query.startDate != null and query.startDate != '' and query.endDate != null and query.endDate != ''">
|
||||
<![CDATA[ and created_time >= #{query.startDate} and created_time < #{query.endDate}]]>
|
||||
<![CDATA[ and created_time >= #{query.startDate} and created_time <= #{query.endDate}]]>
|
||||
</if>
|
||||
|
||||
<if test="query.realName != null and query.realName != ''">
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ row_id,parent_row_id,level_row_id,material_no,material_name,material_desc,drawin
|
|||
</if>
|
||||
|
||||
<if test="query.startDate != null and query.startDate != '' and query.endDate != null and query.endDate != null">
|
||||
<![CDATA[ and t1.created_time >= #{query.startDate} and t1.created_time < #{query.endDate}]]>
|
||||
<![CDATA[ and t1.created_time >= #{query.startDate} and t1.created_time <= #{query.endDate}]]>
|
||||
</if>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue