Commit 1712e73b by 徐高华

bug

parent 5f5d071c
...@@ -385,7 +385,7 @@ public class HmQrcodeApiServiceImpl implements HmQrcodeApiService { ...@@ -385,7 +385,7 @@ public class HmQrcodeApiServiceImpl implements HmQrcodeApiService {
return ServiceResponse.success(); return ServiceResponse.success();
} }
@Autowired @Override
public ServiceResponse batchUpdateHm(HmQrcodeQDTO qdto) { public ServiceResponse batchUpdateHm(HmQrcodeQDTO qdto) {
String wxEnterpriseId = qdto.getWxEnterpriseId(); String wxEnterpriseId = qdto.getWxEnterpriseId();
Long hmId = qdto.getHmId(); Long hmId = qdto.getHmId();
......
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