Merge branch '0418_小程序开发' of http://182.92.166.109:3000/zhuangyuanke/PostDischargePatientManage into 0418_小程序开发
This commit is contained in:
commit
153e2dcf06
@ -52,6 +52,7 @@
|
|||||||
and whether_disable = #{whetherDisable}
|
and whether_disable = #{whetherDisable}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by sort
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectCrowdInfoById" parameterType="Long"
|
<select id="selectCrowdInfoById" parameterType="Long"
|
||||||
|
|||||||
@ -55,7 +55,7 @@
|
|||||||
and date_format(create_time,'%y%m%d') <= date_format(#{createTimeEnd},'%y%m%d')
|
and date_format(create_time,'%y%m%d') <= date_format(#{createTimeEnd},'%y%m%d')
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
order by create_time desc
|
order by materials_sort, create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectMaterialsInfoById" parameterType="Long"
|
<select id="selectMaterialsInfoById" parameterType="Long"
|
||||||
|
|||||||
@ -66,7 +66,7 @@
|
|||||||
and source_template_id = #{sourceTemplateId}
|
and source_template_id = #{sourceTemplateId}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
order by create_time DESC
|
order by update_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectOperationList" parameterType="OperationInfo" resultMap="OperationInfoResult">
|
<select id="selectOperationList" parameterType="OperationInfo" resultMap="OperationInfoResult">
|
||||||
|
|||||||
@ -70,7 +70,7 @@
|
|||||||
<!-- 数据范围过滤 -->
|
<!-- 数据范围过滤 -->
|
||||||
${params.dataScope}
|
${params.dataScope}
|
||||||
</where>
|
</where>
|
||||||
order by p.create_time desc
|
order by p.update_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectPropagandaInfoById" parameterType="Long"
|
<select id="selectPropagandaInfoById" parameterType="Long"
|
||||||
|
|||||||
@ -164,6 +164,7 @@
|
|||||||
<!-- 数据范围过滤 -->
|
<!-- 数据范围过滤 -->
|
||||||
${params.dataScope}
|
${params.dataScope}
|
||||||
</where>
|
</where>
|
||||||
|
order by questionnaire_sort
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectQuestionInfoById" parameterType="Long"
|
<select id="selectQuestionInfoById" parameterType="Long"
|
||||||
|
|||||||
@ -125,7 +125,7 @@
|
|||||||
<!-- 数据范围过滤 -->
|
<!-- 数据范围过滤 -->
|
||||||
${params.dataScope}
|
${params.dataScope}
|
||||||
</where>
|
</where>
|
||||||
order by si.create_time DESC
|
order by script_sort
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectScriptInfoById" parameterType="Long"
|
<select id="selectScriptInfoById" parameterType="Long"
|
||||||
|
|||||||
@ -203,7 +203,7 @@
|
|||||||
<!-- 数据范围过滤 -->
|
<!-- 数据范围过滤 -->
|
||||||
${params.dataScope}
|
${params.dataScope}
|
||||||
</where>
|
</where>
|
||||||
order by sp.create_time DESC
|
order by sp.update_time DESC
|
||||||
</select>
|
</select>
|
||||||
<select id="selectServicePackageVoListById"
|
<select id="selectServicePackageVoListById"
|
||||||
resultType="com.xinelu.manage.vo.servicepackagecontent.ServicePackageContentVO">
|
resultType="com.xinelu.manage.vo.servicepackagecontent.ServicePackageContentVO">
|
||||||
|
|||||||
@ -174,7 +174,7 @@
|
|||||||
)
|
)
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
order by swc1.create_time DESC,swc2.create_time DESC
|
order by swc1.service_sort,swc1.create_time DESC,swc2.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectServiceWayContentDetailByFrequencyId"
|
<select id="selectServiceWayContentDetailByFrequencyId"
|
||||||
|
|||||||
@ -146,7 +146,7 @@
|
|||||||
<!-- 数据范围过滤 -->
|
<!-- 数据范围过滤 -->
|
||||||
${params.dataScope}
|
${params.dataScope}
|
||||||
</where>
|
</where>
|
||||||
order by tm.create_time DESC ,tmst.create_time DESC
|
order by tm.text_message_sort, tm.create_time DESC ,tmst.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="countByTextMessageTaskDTO" resultType="java.lang.Integer"
|
<select id="countByTextMessageTaskDTO" resultType="java.lang.Integer"
|
||||||
|
|||||||
@ -159,7 +159,7 @@
|
|||||||
<!-- 数据范围过滤 -->
|
<!-- 数据范围过滤 -->
|
||||||
${params.dataScope}
|
${params.dataScope}
|
||||||
</where>
|
</where>
|
||||||
group by wt.id order by wt.create_time DESC,wtst.create_time DESC
|
group by wt.id order by wt.template_sort, wt.create_time DESC,wtst.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
<select id="selectWechatTemplateDtoById" resultMap="WechatTemplateVOResultMap">
|
<select id="selectWechatTemplateDtoById" resultMap="WechatTemplateVOResultMap">
|
||||||
select wt.id,
|
select wt.id,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user