|
|
@@ -108,9 +108,9 @@ public class AutoErpSigninUitl implements HttpHandler.OnResultListener {
|
|
|
if (model.getStatus() == 2) remark = "自动外勤签退";
|
|
|
else remark = "自动外勤签到";
|
|
|
formStore.put("mo_remark", remark);//备注
|
|
|
- String location = MyApplication.getInstance().getBdLocationHelper().getName();
|
|
|
+ String location = model.getCompanyName();
|
|
|
if (StringUtils.isEmpty(location))
|
|
|
- location = model.getCompanyName();
|
|
|
+ location = MyApplication.getInstance().getBdLocationHelper().getName();
|
|
|
formStore.put("mo_company", location);
|
|
|
// param.put("mpd_status", "签退");//
|
|
|
param.put("caller", "Mobile_outsign");
|