Commit c663408b by 墨竹

fix:活码空指针

parent 06b76b30
......@@ -59,6 +59,7 @@ public class HmClerkRelationApiServiceImpl implements HmClerkRelationApiService
HmQrcodeQDTO hmQrcodeQDTO = new HmQrcodeQDTO();
hmQrcodeQDTO.setHmId(hmId);
hmQrcodeQDTO.setClerkIdList(clerkIds);
hmQrcodeQDTO.setWxEnterpriseId(wxEnterpriseId);
hmQrcodeApiService.update(hmQrcodeQDTO);
} else {
hmQrcodeApiService.delById(hmId, invokingType, null);
......
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