admin
6 天以前 768498719683f85e5ed19c73eb3d14cdbf420df4
jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml
@@ -81,6 +81,8 @@
            <if test="resultText != null  and resultText != ''"> and result_text = #{resultText}</if>
            <if test="resultCode != null  and resultCode != ''"> and result_code = #{resultCode}</if>
            <if test="sfResult != null  and sfResult != ''"> and sf_result = #{sfResult}</if>
            <if test="onlineCompletionMark != null  and sfResult != ''"> and online_completion_mark = #{onlineCompletionMark}</if>
        </where>
        ORDER BY stream_number DESC
    </select>