| | |
| | | </association>
|
| | |
|
| | | <association property="system" column="sid"
|
| | | select="com.yeshi.fanli.dao.mybatis.SystemMapper.selectByPrimaryKey">
|
| | | select="com.yeshi.fanli.dao.mybatis.BusinessSystemMapper.selectByPrimaryKey">
|
| | | </association>
|
| | |
|
| | | </resultMap>
|
| | |
| | | </association> |
| | | |
| | | <association property="system" column="sp_system_id" |
| | | select="com.yeshi.fanli.dao.mybatis.SystemMapper.selectByPrimaryKey"> |
| | | select="com.yeshi.fanli.dao.mybatis.BusinessSystemMapper.selectByPrimaryKey"> |
| | | </association> |
| | | |
| | | |
| | |
| | | </association> |
| | | |
| | | <association property="system" column="sup_system_id" |
| | | select="com.yeshi.fanli.dao.mybatis.SystemMapper.selectByPrimaryKey"> |
| | | select="com.yeshi.fanli.dao.mybatis.BusinessSystemMapper.selectByPrimaryKey"> |
| | | </association> |
| | | |
| | | </resultMap> |
| | |
| | | * @return
|
| | | */
|
| | | public static String allPushAndroidForXM(MessageInfo info, Map<String, Object> map) {
|
| | | if (Constant.IS_TEST)
|
| | | return null;
|
| | |
|
| | | String name = info.getPackageName();
|
| | | if (!Constant.systemCommonConfig.getAndroidPackageName().equalsIgnoreCase(name)
|
| | | && !Constant.systemCommonConfig.getIosBundleId().equalsIgnoreCase(name)) {
|
| | |
| | | jsonObject.put("type", "cash");
|
| | | XiaoMiPushUtil.singlePushAndroidForXM(info, JsonUtil.parseData(jsonObject), system);
|
| | | }
|
| | |
|
| | |
|
| | | /**
|
| | | *
|