| | |
| | | |
| | | @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); |