|
|
|
|
@ -1190,7 +1190,7 @@
|
|
|
|
|
<if test="userDefined4 != null and userDefined4 != ''"> and User_Defined4 like concat('%', #{userDefined4}, '%') </if>
|
|
|
|
|
<if test="Active != null and Active != ''"> and Active = #{Active}</if>
|
|
|
|
|
</where>
|
|
|
|
|
ORDER BY Create_Date DESC
|
|
|
|
|
ORDER BY FORMAT (Create_Date, 'yyyy-MM-dd' ) DESC, Produce_Code, Material_Code
|
|
|
|
|
</select>
|
|
|
|
|
<select id="selectOdsProcureOutOrderListZCTW" parameterType="OdsProcureOutOrder" resultMap="OdsProcureOutOrderResult">
|
|
|
|
|
SELECT
|
|
|
|
|
|