zjh
2024-02-27 b3df3d5ca95d12742888727e022343e65e39cefa
ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjOrderDetailMapper.java
@@ -154,4 +154,8 @@
            "(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})")
    List<TjOrderDetail> addHuaYanTable(@Param("tjnumber") String tjnumber);
}