1
lige
2024-02-28 23cbab8e322e7aa6fda98dde4540b01ecf3c4fd1
ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjOrderDetailMapper.java
@@ -154,4 +154,9 @@
            "(select pro_id from tj_project where pro_parent_id=#{proParentId})")
    public List<TjOrderDetail> getDetailByOrderIdAndParId(@Param("orderId")Long orderId,@Param("proParentId")Long proParentId);
//    @Select("call pro_lis_sqdbgd(1,#{tjnumber,mode=IN})")
    @Select("select * from test_detail")
    List<TjOrderDetail> addHuaYanTable(@Param("tjnumber") String tjnumber);
}