| | |
| | | |
| | | <select id="queryStandardProcessRouteHeaderByPlantAndItemCode" parameterType="String" resultMap="ApsStandardProcessRouteHeaderResult"> |
| | | <include refid="selectApsStandardProcessRouteHeaderVo"/> |
| | | <where> |
| | | where del_flag = '0' |
| | | <if test="orgCode != null and orgCode != ''"> and org_code = #{orgCode}</if> |
| | | <if test="itemCode != null and itemCode != ''"> and item_code = #{itemCode} </if> |
| | | and del_flag = '0' |
| | | </where> |
| | | </select> |
| | | |
| | | <select id="selectProcessRouteStandardTimeData" parameterType="String" resultType="com.alibaba.fastjson2.JSONObject"> |