kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/BusinessRecordsMapper.xml
@@ -65,7 +65,8 @@ <!--定义根据-BusinessRecords当作查询条件返回对象--> <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.BusinessRecords"> select <include refid="Column_List"/> select <include refid="Column_List"/> from business_records <include refid="where"/> order by id desc @@ -73,8 +74,10 @@ <!--定义根据-BusinessRecords当作查询条件返回对象集合--> <select id="findList" resultType="com.kidgrow.oprationcenter.model.BusinessRecords"> select <include refid="Column_List"/> select <include refid="Column_List"/> from business_records <include refid="where"/> order by id desc </select> </mapper> kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/BusinessServerMapper.xml
@@ -59,7 +59,8 @@ <!--定义根据-BusinessServer当作查询条件返回对象--> <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.BusinessServer"> select <include refid="Column_List"/> select <include refid="Column_List"/> from business_server <include refid="where"/> order by id desc @@ -67,8 +68,10 @@ <!--定义根据-BusinessServer当作查询条件返回对象集合--> <select id="findList" resultType="com.kidgrow.oprationcenter.model.BusinessServer"> select <include refid="Column_List"/> select <include refid="Column_List"/> from business_server <include refid="where"/> order by id desc </select> </mapper> kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorAnswerMapper.xml
@@ -41,7 +41,8 @@ <!--定义根据-DoctorAnswer当作查询条件返回对象--> <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.DoctorAnswer"> select <include refid="Column_List"/> select <include refid="Column_List"/> from doctor_answer <include refid="where"/> order by id desc @@ -49,8 +50,10 @@ <!--定义根据-DoctorAnswer当作查询条件返回对象集合--> <select id="findList" resultType="com.kidgrow.oprationcenter.model.DoctorAnswer"> select <include refid="Column_List"/> select <include refid="Column_List"/> from doctor_answer <include refid="where"/> order by id desc </select> </mapper> kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorServerMapper.xml
@@ -50,7 +50,8 @@ <!--定义根据-DoctorServer当作查询条件返回对象--> <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.DoctorServer"> select <include refid="Column_List"/> select <include refid="Column_List"/> from doctor_server <include refid="where"/> order by id desc @@ -58,8 +59,10 @@ <!--定义根据-DoctorServer当作查询条件返回对象集合--> <select id="findList" resultType="com.kidgrow.oprationcenter.model.DoctorServer"> select <include refid="Column_List"/> select <include refid="Column_List"/> from doctor_server <include refid="where"/> order by id desc </select> </mapper> kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorSigningMapper.xml
@@ -41,7 +41,8 @@ <!--定义根据-DoctorSigning当作查询条件返回对象--> <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.DoctorSigning"> select <include refid="Column_List"/> select <include refid="Column_List"/> from doctor_signing <include refid="where"/> order by id desc @@ -49,8 +50,10 @@ <!--定义根据-DoctorSigning当作查询条件返回对象集合--> <select id="findList" resultType="com.kidgrow.oprationcenter.model.DoctorSigning"> select <include refid="Column_List"/> select <include refid="Column_List"/> from doctor_signing <include refid="where"/> order by id desc </select> </mapper> kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DoctorTempleteMapper.xml
@@ -74,7 +74,8 @@ <!--定义根据-DoctorTemplete当作查询条件返回对象--> <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.DoctorTemplete"> select <include refid="Column_List"/> select <include refid="Column_List"/> from doctor_templete <include refid="where"/> order by id desc @@ -82,8 +83,10 @@ <!--定义根据-DoctorTemplete当作查询条件返回对象集合--> <select id="findList" resultType="com.kidgrow.oprationcenter.model.DoctorTemplete"> select <include refid="Column_List"/> select <include refid="Column_List"/> from doctor_templete <include refid="where"/> order by id desc </select> </mapper> kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/HospitalScreeningMapper.xml
@@ -56,7 +56,8 @@ <!--定义根据-HospitalScreening当作查询条件返回对象--> <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.HospitalScreening"> select <include refid="Column_List"/> select <include refid="Column_List"/> from hospital_screening <include refid="where"/> order by id desc @@ -64,8 +65,10 @@ <!--定义根据-HospitalScreening当作查询条件返回对象集合--> <select id="findList" resultType="com.kidgrow.oprationcenter.model.HospitalScreening"> select <include refid="Column_List"/> select <include refid="Column_List"/> from hospital_screening <include refid="where"/> order by id desc </select> </mapper> kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/ProductOrderDetailMapper.xml
@@ -68,7 +68,8 @@ <!--定义根据-ProductOrderDetail当作查询条件返回对象--> <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.ProductOrderDetail"> select <include refid="Column_List"/> select <include refid="Column_List"/> from product_order_detail <include refid="where"/> order by id desc @@ -76,8 +77,10 @@ <!--定义根据-ProductOrderDetail当作查询条件返回对象集合--> <select id="findList" resultType="com.kidgrow.oprationcenter.model.ProductOrderDetail"> select <include refid="Column_List"/> select <include refid="Column_List"/> from product_order_detail <include refid="where"/> order by id desc </select> </mapper> kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/ProductOrderMapper.xml
@@ -71,7 +71,8 @@ <!--定义根据-ProductOrder当作查询条件返回对象--> <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.ProductOrder"> select <include refid="Column_List"/> select <include refid="Column_List"/> from product_order <include refid="where"/> order by id desc @@ -79,8 +80,10 @@ <!--定义根据-ProductOrder当作查询条件返回对象集合--> <select id="findList" resultType="com.kidgrow.oprationcenter.model.ProductOrder"> select <include refid="Column_List"/> select <include refid="Column_List"/> from product_order <include refid="where"/> order by id desc </select> </mapper> kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SysFeedbackMapper.xml
@@ -68,7 +68,8 @@ <!--定义根据-SysFeedback当作查询条件返回对象--> <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.SysFeedback"> select <include refid="Column_List"/> select <include refid="Column_List"/> from sys_feedback <include refid="where"/> order by id desc @@ -76,8 +77,10 @@ <!--定义根据-SysFeedback当作查询条件返回对象集合--> <select id="findList" resultType="com.kidgrow.oprationcenter.model.SysFeedback"> select <include refid="Column_List"/> select <include refid="Column_List"/> from sys_feedback <include refid="where"/> order by id desc </select> </mapper> kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SysLoggerMapper.xml
@@ -41,7 +41,8 @@ <!--定义根据-SysLogger当作查询条件返回对象--> <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.SysLogger"> select <include refid="Column_List"/> select <include refid="Column_List"/> from sys_logger <include refid="where"/> order by id desc @@ -49,8 +50,10 @@ <!--定义根据-SysLogger当作查询条件返回对象集合--> <select id="findList" resultType="com.kidgrow.oprationcenter.model.SysLogger"> select <include refid="Column_List"/> select <include refid="Column_List"/> from sys_logger <include refid="where"/> order by id desc </select> </mapper> kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SysProductMapper.xml
@@ -62,7 +62,8 @@ <!--定义根据-SysProduct当作查询条件返回对象--> <select id="findByObject" resultType="com.kidgrow.oprationcenter.model.SysProduct"> select <include refid="Column_List"/> select <include refid="Column_List"/> from sys_product <include refid="where"/> order by id desc @@ -70,8 +71,10 @@ <!--定义根据-SysProduct当作查询条件返回对象集合--> <select id="findList" resultType="com.kidgrow.oprationcenter.model.SysProduct"> select <include refid="Column_List"/> select <include refid="Column_List"/> from sys_product <include refid="where"/> order by id desc </select> </mapper>