提交 753df585 编写于 作者: rushui.chen's avatar rushui.chen

20191219 完善删除医生逻辑

上级 830255ff
流水线 #19113 已失败 于阶段
in 0 second
...@@ -76,7 +76,7 @@ public class DoctorServiceImpl implements DoctorService { ...@@ -76,7 +76,7 @@ public class DoctorServiceImpl implements DoctorService {
Integer acctId = doctor.getAcctId(); Integer acctId = doctor.getAcctId();
HashMap<String, Long> map = new HashMap<>(); HashMap<String, Long> map = new HashMap<>();
map.put("id",id.longValue()); map.put("id",id.longValue());
map.put(" ",modifyId); map.put("modifyId",modifyId);
doctorMapper.updateDeleteByPrimaryKey(map); doctorMapper.updateDeleteByPrimaryKey(map);
HashMap<String, Long> acctMap = new HashMap<>(); HashMap<String, Long> acctMap = new HashMap<>();
acctMap.put("modifyId",modifyId); acctMap.put("modifyId",modifyId);
......
spring.profiles.active=dev spring.profiles.active=uat
\ No newline at end of file \ No newline at end of file
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
select select
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
from p_doctor from p_doctor
where id = #{id,jdbcType=INTEGER} and delete_flag=1 where id = #{id} and delete_flag=1
</select> </select>
<!--删除用户--> <!--删除用户-->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册