zjh
2025-01-03 303a933ae58e2057f34693d5813e4128550d1081
ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjGroupingProMapper.java
@@ -81,6 +81,14 @@
    @Delete("DELETE FROM tj_grouping_pro  WHERE grouping_id =#{groupingId}")
    void deletedTjGroupingProByGroupingId(String groupingId);
    @Update(" update tj_grouping_pro " +
            " SET " +
            " limits=#{limits}," +
            " ys_price=pro_price*(#{limits}/10)" +
            " where grouping_id=#{groupId} ")
    boolean updateGroupProLimitsByGroupId(@Param("groupId") String groupId,@Param("limits") String limits);
//
//    @Insert("")
//    boolean saveTjOrderDetailsByGroupId(@Param("groupingId") String groupingId,@Param("userName")  String userName,@Param("userId")  String userId,@Param("orderId")String orderId);