Compare commits
No commits in common. "52fc7f7af2c5afca77acf356fe100d6ba8c4b6b4" and "5b6e16d38a707dc7f3a887ae3cb552c5492b1dd0" have entirely different histories.
52fc7f7af2
...
5b6e16d38a
|
|
@ -66,8 +66,6 @@ public class SubmitOccupyFilingApplication extends AbstractOperationServicePlugI
|
||||||
if (res){
|
if (res){
|
||||||
arrayList.add(dataEntity);
|
arrayList.add(dataEntity);
|
||||||
}
|
}
|
||||||
}else {
|
|
||||||
arrayList.add(dataEntity);
|
|
||||||
}
|
}
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
logger.info("同步代码失败");
|
logger.info("同步代码失败");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue