1747191978@qq.com 2 months ago
parent
commit
e7a978f554
  1. 1
      acupuncture-system/src/main/java/com/acupuncture/system/service/impl/ScreeningServiceImpl.java
  2. 2
      acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml

1
acupuncture-system/src/main/java/com/acupuncture/system/service/impl/ScreeningServiceImpl.java

@ -501,6 +501,7 @@ public class ScreeningServiceImpl implements IScreeningService {
pmsPatient.setCurrentIllnessHistory(map.get("SCWJ-XBS-QT").getAnswer()); pmsPatient.setCurrentIllnessHistory(map.get("SCWJ-XBS-QT").getAnswer());
} }
pmsPatient.setSource((byte) 0); pmsPatient.setSource((byte) 0);
pmsPatient.setDelFlag((byte) 0);
pmsPatient.setUpdateTime(new Date()); pmsPatient.setUpdateTime(new Date());
pmsPatientMapper.updateByPrimaryKeySelective(pmsPatient); pmsPatientMapper.updateByPrimaryKeySelective(pmsPatient);
} }

2
acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml

@ -69,7 +69,7 @@
<if test="query.name != null and query.name != ''"> <if test="query.name != null and query.name != ''">
AND name = #{query.name} AND name = #{query.name}
</if> </if>
order by create_time desc order by update_time desc
</select> </select>
<select id="adminQuery" resultType="com.acupuncture.system.domain.vo.PmsTreatmentVo$TreatmentVO" <select id="adminQuery" resultType="com.acupuncture.system.domain.vo.PmsTreatmentVo$TreatmentVO"

Loading…
Cancel
Save