@@ -83,7 +83,5 @@ public class OrderGoodsQueryBo extends BaseEntity {
/** 所在公司 */
@ApiModelProperty("所在公司")
private String company;
- /** 备注 */
- @ApiModelProperty("备注")
- private String remark;
+
}
@@ -124,7 +124,16 @@
</if>
</select>
-
+ <select id="selectCourseList_COUNT" resultType="Long">
+ SELECT
+ c.course_id
+ FROM
+ course c
+ WHERE
+ c.status = 1
+ </select>
<select id="selectDetailById" parameterType="Long" resultMap="CourseResultVo">
SELECT