Commit 8f4ca9aa by jinxin

sql修改

parent af78763c
...@@ -616,7 +616,7 @@ ...@@ -616,7 +616,7 @@
active_time = #{activeTime}, active_time = #{activeTime},
expire_time = #{expireTime}, expire_time = #{expireTime},
active_code = #{activeCode}, active_code = #{activeCode},
active_status = #{activeStatus}, active_status = #{activeStatus}
where wx_open_user_id = #{wxOpenUseId} where wx_open_user_id = #{wxOpenUseId}
</update> </update>
......
...@@ -35,8 +35,8 @@ public class WxEnterpriseActiveDataServiceTest { ...@@ -35,8 +35,8 @@ public class WxEnterpriseActiveDataServiceTest {
public void test1(){ public void test1(){
List<TransferActiveCodeQDTO> transferActiveCodeQOList = new ArrayList<>(); List<TransferActiveCodeQDTO> transferActiveCodeQOList = new ArrayList<>();
TransferActiveCodeQDTO transferActiveCodeQDTO = new TransferActiveCodeQDTO(); TransferActiveCodeQDTO transferActiveCodeQDTO = new TransferActiveCodeQDTO();
transferActiveCodeQDTO.setHandover_userid("wo59NLDQAAD_2Dpx951BGjVRLSAdhjcA"); transferActiveCodeQDTO.setHandover_userid("wo59NLDQAApF0TAIJkdCZjESTGq-fuEQ");
transferActiveCodeQDTO.setTakeover_userid("wo59NLDQAA-mkaCEYRl6Lj0ifFurH1PQ"); transferActiveCodeQDTO.setTakeover_userid("wo59NLDQAAU-YMhwQgyKgR3sNGj4cpZA");
transferActiveCodeQOList.add(transferActiveCodeQDTO); transferActiveCodeQOList.add(transferActiveCodeQDTO);
ServiceResponse<Integer> integerServiceResponse = staffApiService.batchTransferLicense(transferActiveCodeQOList,"ca66a01b79474c40b3e7c7f93daf1a3b"); ServiceResponse<Integer> integerServiceResponse = staffApiService.batchTransferLicense(transferActiveCodeQOList,"ca66a01b79474c40b3e7c7f93daf1a3b");
} }
......
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