| | |
| | | List<BOMFeedback> getRecevierStatus(@Param("id")Long id, int flag); |
| | | |
| | | //当是杨红兰查看时,只有杨红兰的排在最前面 |
| | | List getRecevierYHL(@Param("id")Long id, String name, int flag); |
| | | List<BOMFeedback> getRecevierYHL(@Param("id")Long id, @Param("name")String name, int flag); |
| | | } |
| | |
| | | order by create_time desc |
| | | </select> |
| | | |
| | | <select id="getRecevierYHL" resultType="java.util.List"> |
| | | <select id="getRecevierYHL" resultType="com.whyc.pojo.BOMFeedback"> |
| | | select tb_bom_feedback.*, |
| | | tb_product_history.parent_code,tb_product_history.parent_name,tb_product_history.parent_model,tb_product_history.custom_code,tb_product_history.version_time, |
| | | tb_doc_user.name as sender_name |