实训时间
This commit is contained in:
@@ -135,6 +135,7 @@
|
||||
#{regionId}
|
||||
</foreach>
|
||||
</if>
|
||||
order by a.update_time desc
|
||||
</select>
|
||||
<select id="getRegionIdByid" resultType="java.lang.Long">
|
||||
select r.parent_id
|
||||
|
||||
@@ -5,6 +5,7 @@ import com.alibaba.fastjson.JSONObject;
|
||||
import com.cool.store.dto.StaffExamInfoDTO;
|
||||
import com.cool.store.dto.ehr.FranchiseeInfoDTO;
|
||||
import com.cool.store.dto.ehr.StaffBaseInfoDTO;
|
||||
import com.cool.store.exception.ServiceException;
|
||||
import com.cool.store.mq.util.HttpRestTemplateService;
|
||||
import com.cool.store.service.XfsgEhrService;
|
||||
import com.cool.store.utils.SecureUtil;
|
||||
@@ -43,7 +44,7 @@ public class XfsgEhrServiceImpl implements XfsgEhrService {
|
||||
Integer code = result.getInteger("code");
|
||||
if (code != 0) {
|
||||
log.info("xfsg#getUserInfoByCode,staffNumber:{},请求失败", staffNumber);
|
||||
return null;
|
||||
throw new ServiceException("鲜丰水果"+result.getString("msg"));
|
||||
}
|
||||
JSONObject data = result.getJSONObject("data");
|
||||
if (data == null) {
|
||||
|
||||
Reference in New Issue
Block a user