Commit 7f5561a0 by fudahua

本地缓存

parent 6060166b
......@@ -71,7 +71,7 @@ public class QywxClerkSyncOperation implements BaseSyncOperation {
//处理clerk
try {
ServiceResponse response = staffApiService.getWxSaveNew(dealParamMqDTO.getData(), dataPre.getWxEnterpriseId());
if (response.getCode()!=0) {
if (response.getCode()!=1) {
dealFlag=false;
reason=response.getMessage();
}
......
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