Commit 2948ac2b by 唐功亮

【修改】 厂商认证判断

parent a9674164
......@@ -338,7 +338,7 @@ public class TycpdmFirmServiceImpl extends ServiceImpl<TycpdmFirmDao, TycpdmFirm
//查询旧数据审核状态
TycpdmFirmEntity userName1 = tycpdmFirmDao.findUserName(userName);
Integer logoutFlag = userName1.getLogoutFlag();
if (logoutFlag==null){
if (logoutFlag==null||logoutFlag==-1){
updateById(tycpdmFirm);
id=fId;
}else if (logoutFlag==0){
......
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