|
@@ -46,7 +46,7 @@ public class AppVersionController {
|
|
|
*/
|
|
|
@GetMapping("/test")
|
|
|
public void test() {
|
|
|
- geTuiUtils.pushByCid("工作事项提醒","您有新的易粮易运流程,请及时审批","c6a204c9fea14549b83ea96ea389f436");
|
|
|
+ geTuiUtils.pushByCid("工作事项提醒","您有新的易粮易运流程,请及时审批","10272f536dd9405da38c28c4e6c34457");
|
|
|
// List<CommonUser> list = commonUserService.selectList(new EntityWrapper<>());
|
|
|
// for(CommonUser commonUser:list){
|
|
|
// commonUser.setPassword(Md5Crypt.md5Crypt("123456".getBytes(), "$1$" + commonUser.getPhone().substring(0, 7)));
|