| | |
| | | where id = #{id} |
| | | </select> |
| | | <select id="selectStandardMethodLists" resultType="com.yuanchu.mom.pojo.StandardMethodList"> |
| | | select sml.id, code, sml.name,sml.remark, sml.create_time, u.name create_user_name |
| | | select sml.id, sml.code, sml.name,sml.remark, sml.create_time, u.name create_user_name |
| | | from standard_method_list sml |
| | | left join user u on u.id = sml.create_user |
| | | where factory = #{data1} |
| | |
| | | value_type, |
| | | method, |
| | | man_day, |
| | | bsm |
| | | bsm, |
| | | template_id, |
| | | son_laboratory |
| | | from structure_item_parameter |
| | | where method = #{code} |
| | | </select> |