Commit 98a80ca3 by sdif

用户端代码提交

parent dc989528
......@@ -520,6 +520,7 @@ public class SysUserServiceImpl implements ISysUserService, UserService {
EmployeesVo employeesVo = employeesMapper.selectVoOne(Wrappers.<Employees>lambdaQuery().eq(Employees::getUid, userId));
if (employeesVo != null) {
userIdentityVo.setUserType(2);
userIdentityVo.setEmCmId(employeesVo.getId());
userIdentityVo.setEmCmStatus(employeesVo.getStatus());
} else {
//商家用户
......
......@@ -68,7 +68,7 @@
left join user_vsitor as vsitor on vsitor.id = zyph_order.visitor
left join sys_user on sys_user.user_id = vsitor.uid
left join hospital on hospital.id = zyph_order.hid
where zyph_order.order_id = #{id}
where zyph_order.order_id = #{totalId}
</select>
<select id="selectZyphOrderDetailDataByTotalId" resultType="com.pz.system.domain.vo.ZyphOrderItemVo">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment