TASK:toproductimage prompt;
This commit is contained in:
@@ -289,9 +289,9 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
||||
sb.append(collect);
|
||||
}else {
|
||||
if (collect.contains("Tops")) {
|
||||
sb.append("a handsome man");
|
||||
sb.append("a handsome man,");
|
||||
}else {
|
||||
sb.append("a beautiful women");
|
||||
sb.append("a beautiful women,");
|
||||
}
|
||||
sb.append("wearing ").append(collect);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user